@font-face {
  font-family: sukhumvit;
  src: url(fonts/sukhumvit.ttf); }
@font-face {
  font-family: 'Bodoni';
  src: url("fonts/Bodoni/fonts/BOD_CR.eot");
  src: url("fonts/Bodoni/fonts/BOD_CR.eot") format("embedded-opentype"), 
  url("fonts/Bodoni/fonts/BOD_CR.woff2") format("woff2"),
  url("fonts/Bodoni/fonts/BOD_CR.woff") format("woff"), url("fonts/Bodoni/fonts/BOD_CR.ttf") format("truetype"),
  url("fonts/Bodoni/fonts/BOD_CR.svg#BOD_CR") format("svg"); }
@font-face {
  font-family: 'GothamLightRegular';
  src: url("fonts/GothamLightRegular/fonts/GothamLightRegular.eot");
  src: url("fonts/GothamLightRegular/fonts/GothamLightRegular.eot") format("embedded-opentype"), url("fonts/GothamLightRegular/fonts/GothamLightRegular.woff2") format("woff2"), url("fonts/GothamLightRegular/fonts/GothamLightRegular.woff") format("woff"), url("fonts/GothamLightRegular/fonts/GothamLightRegular.ttf") format("truetype"), url("fonts/GothamLightRegular/fonts/GothamLightRegular.svg#GothamLightRegular") format("svg"); }
@font-face {
  font-family: 'GothamBookRegular';
  src: url("fonts/GothamBookRegular/fonts/GothamBookRegular.eot");
  src: url("fonts/GothamBookRegular/fonts/GothamBookRegular.eot") format("embedded-opentype"), url("fonts/GothamBookRegular/fonts/GothamBookRegular.woff2") format("woff2"), url("fonts/GothamBookRegular/fonts/GothamBookRegular.woff") format("woff"), url("fonts/GothamBookRegular/fonts/GothamBookRegular.ttf") format("truetype"), url("fonts/GothamBookRegular/fonts/GothamBookRegular.svg#GothamBookRegular") format("svg"); }
@font-face {
  font-family: 'SukhumvitSetBold';
  src: url("fonts/sukhumvit/SukhumvitSetBold.eot");
  src: url("fonts/sukhumvit/SukhumvitSetBold.eot") format("embedded-opentype"), url("fonts/sukhumvit/SukhumvitSetBold.woff2") format("woff2"), url("fonts/sukhumvit/SukhumvitSetBold.woff") format("woff"), url("fonts/sukhumvit/SukhumvitSetBold.ttf") format("truetype"), url("fonts/sukhumvit/SukhumvitSetBold.svg#SukhumvitSetBold") format("svg"); }
  @font-face {
    font-family: 'HelveThaiCa';
    src: url("../fonts/font/DB_helvethaica_X.eot");
    src: url("../fonts/font/DB_helvethaica_X.eot?#iefix") format("embedded-opentype"), url("../fonts/font/db_helvethaica_x.woff") format("woff"), url("../fonts/font/DB_helvethaica_X.ttf") format("truetype"), url("../fonts/font/db_helvethaica_x.svg#db_helvethaica_x") format("svg");
    font-weight: normal;
    font-style: normal; }
html {
    line-height: 1.5;
    font-weight: normal;
    color: rgba(239, 238, 238, 0.87);
 }

body {
    font-family: "HelveThaiCa", 'GothamBookRegular';
    font-size:16px;
    font-weight: 400;
 }
  .form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
}
.form-group .labelRequest::after {
  color: red;
  content: " *";
}
  .help-block {
  font-size: 12px;
  margin-bottom: 0px;
  color: #20409A;
}
.label-text{
  padding-top: 7px;
}
.panel-body{
  padding: 40px;
}
